home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 285 b | 25 lines |
-
- TOP_DIR = prj:
- CURRENT_DIR = source/exec/docs/
-
- include $(TOP_DIR)MakeFlags
-
- USR_DIST_FILES =
- DEV_DIST_FILES = Makefile exec.doc
-
- all ::
- $(nothing-to-be-done)
-
- install ::
- $(nothing-to-be-done)
-
- clean ::
- $(nothing-to-be-done)
-
- check ::
- $(nothing-to-be-done)
-
- dist ::
- $(do-dist)
-
-